home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8889 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  950 b 

  1. Path: news.mcs.net!usenet
  2. From: Edward Rinda <rinda@mcs.net>
  3. Newsgroups: comp.lang.c
  4. Subject: Hooking Com1: Int Windows 3.1
  5. Date: Wed, 06 Mar 1996 22:43:57 -0800
  6. Organization: Rinda Technologies Inc.
  7. Message-ID: <313E85AD.2A1E@mcs.net>
  8. NNTP-Posting-Host: rinda.pr.mcs.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0 (Win16; I)
  13.  
  14. Does anyone know how to chain into the Com1: interrupt under Windows 3.1?
  15. I've followed the suggestions and examples from the Microsoft Developer's 
  16. Network CD's and still have no success.  If I chain into the interrupt 
  17. vector, execute my interrupt handler and then execute the original 
  18. interrupt handler routine, Windows steals the vector back!  I've only 
  19. tried this running under the Enhanced 386 mode where the Interrupt 
  20. controller is virtualized.  
  21.  
  22. The Microsoft examples work fine for the keyboard interrupt vector but 
  23. not the Com vectors.
  24.